@charset "utf-8";

/* 共通 */
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    color: #000;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    object-fit: scale-down;
}

.table {
    border-collapse:collapse;
}

table th,
table td {
    vertical-align: middle;
}

.main {
    margin-bottom: 6.5rem;
}

@media screen and (max-width: 1568px) {
    .container {
        padding-right: 1.6rem;
        padding-left: 1.6rem;
    }
}

/*
電話番号情報部分 ----------------*/
.tel-box-flex {
    display: flex;
    column-gap: 12px;
}

.tel-info-block {
    display: flex;
    flex-direction: column;
    height: 102px;
    justify-content: space-between;
}

.tel-info-biko {
    font-size: 1.4rem;
    line-height: 1;
}

.tel-info-tel {
    font-size: 4.3rem;
    line-height: 1;
}

.tel-info-time {
    line-height: 1;
}

.tel-box {
    width: 102px;
    height: 102px;
    border: 1px solid;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.tel-box-top {
    line-height: calc(24 / 16);
    letter-spacing: 10.96px;
}

.tel-box-bottom {
    line-height: calc(54 / 37);
    font-size: 3.7rem;
}

/*
シングルカラムページ ------------------*/
.sub-page-container {
    padding-top: 12.4rem;
}

/* スマホサイズ */
@media screen and (max-width: 600px) {
    .sub-page-container {
        padding-top: 10rem;
    }
}

.content-width {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

/*
コンテンツヘッダー部分 ------------------*/
.content-head {
    width: 100%;
    height: 350px;
    background-image:url(/img/background_heading.png);
/*    background-color: #ccc; */
    margin-top: 5.6rem;
    margin-bottom: 4.85rem;
    display: flex;
    align-items: center;
}

/* スマホサイズ */
@media screen and (max-width: 600px) {
    .content-head {
        margin-bottom: 3rem;
    }
}

.content-head-ttl {
    font-size: 3.6rem;
    line-height: calc(53 / 36);
    color: #FFFFFF;
    padding-left: 8.4rem;
}

/* タブレットサイズ */
@media screen and (max-width: 834px) {
    .content-head-ttl {
        padding-left: 3.2rem;
    }
}

/* スマホサイズ */
@media screen and (max-width: 600px) {
    .content-head-ttl {
        padding-left: 2.4rem;
    }
}

/*
2カラムページレイアウト ------------------*/
.column-page-content {
    display: flex;
    column-gap: 7.15rem;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2.95rem;
    padding-right: 4.5rem
}

@media screen and (max-width: 1568px) {
    .column-page-content {
        padding-right: unset;
        padding-left: unset;
    }
}

@media screen and (max-width: 1000px) {
    .column-page-content {
        column-gap: 3.2rem;
    }
}

/*
サイドバーレイアウト ------------------*/
.sidebar {
    width: 235px;
    padding-top: 1.55rem;
}

.column-main-content {
    flex: 1;
    width: 100%;
}

.sidebar-item-gp {
    padding-right: .8rem;
    padding-left: .8rem;
}

.sidebar-item-gp a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-item-gp .sidebar-item-main a::after,
.sidebar-item-gp .sidebar-item-sub a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-size: 1.2rem;
    font-weight: bold;
}

.sidebar-item-main {
    font-size: 1.8rem;
    line-height: calc(26 / 18);
    padding-top: 2.65rem;;
    padding-bottom: 2.65rem;
    border-bottom: 3px solid #707070;
    padding-left: 1rem;
    padding-right: 1rem;
}

.sidebar-item-sub {
    line-height: calc(24 / 16);
    padding-top: 1.95rem;
    padding-bottom: 1.95rem;
    border-bottom: 1px solid #707070;
    padding-left: 1rem;
    padding-right: 1rem;
}

.sidebar-item-parent {
    line-height: calc(24 / 16);
    padding-top: 1.95rem;
    padding-bottom: 1.95rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-item-parent::after {
    font-family: "Font Awesome 5 Free";
    content: '\f067';
    font-size: 1.2rem;
    font-weight: bold;
}

.sidebar-item-parent.active::after {
    content: '\f068';
}

.sidebar-item-child {
    display: none;
    background-color: #F9F9F9;
    font-size: 1.2rem;
    line-height: calc(49 / 12);
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1.95rem;
}

.sidebar-search-form {
    width: 100%;
    height: 39px;
    border-radius: 30px;
    border: 1px solid #707070;
    color: #A4A4A4;
    padding: 9px 12px;
    position: relative;
}

.sidebar-search-form-box {
    position: relative;
    padding-right: .4rem;
    padding-left: .4rem;
}

.header .sidebar-search-form-box {
    margin-top: 2.65rem;
}

.sidebar-search-form-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-color: #2E2B3E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.sidebar-mt {
    margin-top: 3.85rem;
}

/* タブレットサイズ */
@media screen and (max-width: 834px) {
    .sidebar {
        display: none;
    }
}


/*
ロゴ・下線つきタイトル ------------------*/
.logo-border-ttl {
    font-size: 2.6rem;
    line-height: calc(38 / 26);
    padding-bottom: 1.55rem;
    padding-top: 1.55rem;
    border-bottom: 1px solid #707070;
    position: relative;
    padding-left: calc(34.83px + 20.17px);
    color: #2E2B3E;
}

.logo-border-ttl::after {
    position: absolute;
    content: '';
    width: 34.83px;
    height: 33.98px;
    border-radius: 50%;
    background-image:url(/img/logo_heading.png);
/*    background-color: #ccc; */
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*
ボタンレイアウト ------------------*/
.btn-black {
    color: #fff;
    background-color: #000;
}

.btn-blue {
    color: #FFFFFF;
    background-color: #394D80;
}

.btn-gray {
    color: #FFFFFF;
    background-color: #A8A8A8;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
余白・サイズ ------------------*/
.pt-pb-42 {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
}

.border-bottom {
    border-bottom: 1px solid #707070;
}

.w-223 {
    width: 22.3rem;
}

.h-32 {
    height: 3.2rem;
}

.h-50 {
    height: 5rem;
}

/* タブレットサイズ */
@media screen and (max-width: 834px) {}
/* スマホサイズ */
@media screen and (max-width: 600px) {}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000;
    display: none;
}
.loading-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-icon {
    color: white;
    font-size: 80px;
}